home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / arexx / trxtlsr3.lha / ExchangeGUI / ExchangeGUI.strings < prev   
Text File  |  1996-04-22  |  2KB  |  63 lines

  1. /*
  2. ** $VER: ExchangeGUI.strings 1.0 (10.2.96) ©1996 by Nils Görs
  3. **
  4. ** Default strings for Exchange
  5. */
  6. MSG_MAIN_MENU_PROJECT     = 0
  7. MSG_MAIN_MENUITEM_ABOUT   = 1
  8. MSG_MAIN_MENUITEM_ABOUT2  = 2
  9. MSG_MAIN_MENUITEM_UPDATE  = 3
  10. MSG_MAIN_MENUITEM_CHANGE  = 4
  11. MSG_MAIN_MENUITEM_ICONIFY = 5
  12. MSG_MAIN_MENUITEM_FILEREM = 6
  13. MSG_MAIN_MENUITEM_QUIT    = 7
  14. MSG_MAIN_TEXT_AVAILABLE   = 8
  15. MSG_MAIN_TEXT_INFORMATIONS= 9
  16. MSG_MAIN_GADGET_SHOWWINDOW= 10
  17. MSG_MAIN_GADGET_HIDEWINDOW= 11
  18. MSG_MAIN_GADGET_REMOVE    = 12
  19. MSG_MAIN_GADGET_REMOVEALL = 13
  20. MSG_TITLE_ABOUT           = 14
  21. MSG_REQUESTER_REMOVELIST  = 15
  22. MSG_REQUEST_AREYOUSURE    = 16
  23. MSG_REQUEST_YESSHOWNO     = 17
  24. MSG_REQUEST_REALLYQUIT    = 18
  25. MSG_REQUEST_YESNO         = 19
  26. MSG_TITLE_CHANGEPUBSCREEN = 20
  27. MSG_CANCEL                = 21
  28. MSG_TITLE_REMOVETHIS      = 22
  29. MSG_GADGET_REMOVE         = 23
  30. MSG_CYCLE_ACTIVE          = 24
  31. MSG_CYCLE_INACTIVE        = 25
  32. MSG_CYCLE_ACTIVEALL       = 26
  33. MSG_CYCLE_DEACTIVEALL     = 27
  34.  
  35. strings.0 = "Project"
  36. strings.1 = "?_About"
  37. strings.2 = "About Triton"
  38. strings.3 = "U_Update Commodities"
  39. strings.4 = "C_Change PubScreen"
  40. strings.5 = "I_Iconify"
  41. strings.6 = "F_Filelist remove"
  42. strings.7 = "Q_Quit"
  43. strings.8 = "Available _commodities"
  44. strings.9 = "Informations"
  45. strings.10= "_Show Window"
  46. strings.11= "_Hide Window"
  47. strings.12= "    _Remove   "
  48. strings.13= "     Remove all    "
  49. strings.14= "About"
  50. strings.15= "Please choose removelist."
  51. strings.16= "Are you sure to remove all commodities, listed in"
  52. strings.17= "_Yes|_Show first|_No"
  53. strings.18= "Really Quit?"
  54. strings.19= "_Yes|_No"
  55. strings.20= "Change PubScreen"
  56. strings.21= "_Cancel"
  57. strings.22= "Remove this Commodities?"
  58. strings.23= "_Remove"
  59. strings.24= "[a]ctive"
  60. strings.25= "in[a]ctive"
  61. strings.26= "Deact[i]vate all"
  62. strings.27= "Act[i]vate all"
  63.